Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1397 +/- ##
==========================================
+ Coverage 86.27% 86.38% +0.10%
==========================================
Files 102 102
Lines 12622 12622
==========================================
+ Hits 10890 10903 +13
+ Misses 1253 1238 -15
- Partials 479 481 +2 see 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
dhurley
reviewed
Nov 21, 2025
dhurley
approved these changes
Nov 21, 2025
craigell
approved these changes
Nov 25, 2025
Akshay2191
pushed a commit
that referenced
this pull request
Dec 18, 2025
* add write permission * add write permission * write to release branch in Azure * list releases * add new oses * [skip ci] add freebsd packages to uris if requested version is v2.x * [skip ci] remove comment * update handling of FreeBSD pakcages for v2 releases * update regex * recreate tarball for upload to Azure * upload tarball with other packages to Azure * fix upload of tarball * [skip ci] Add azure path when uloading tarball * [skip ci] fix tarball structure * [skip ci] Tidy up paths in log, try simplify the configuration * [skip ci] add missing commands * [skip ci] remove azure upload and cleanup action inputs format * [skip ci] fix typo, use secret for artifactory url * [skip ci] set upload default to false * [skip ci] tidy defaults and descriptions * [skip ci] update descriptions with examples * [skip ci] add warning to not squash commits when merging releases * [skip-ci] suppress gpg key output in make target * Remove job, deps already installed in previous step * fix deb package formact for github assets * [skip ci] sort list when displaying packages * fix paths for FreeBSD pkgs when version 2.x * re-enable workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Modifies the release workflows to make it easier to configure and hopefully easier to troubleshot if needed.
Release AgentworkflowPublish Release AssetsworkflowGathers the signed release packages from our official package repository, and publishes to GitHub release and Azure blob storage (if requested).
scripts/packages/package-check.shscript.package-check.sh